<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.scrollBar .banner .swiper-slide img{ width: 100%; height: 100vh; object-fit: cover;}
.scrollBar .banner .swiper-pagination{ text-align: right; bottom: 30px; right: 40px; left: auto;}
.scrollBar .banner .swiper-pagination .swiper-pagination-bullet{ background: #fff;}
.scrollBar .banner .swiper-pagination .swiper-pagination-bullet-active{ background: #F00;}


.sidebar{position:fixed;right:0;bottom:0%;margin-bottom:2%;width:55px;background:url(../images/slide_bar_bg.png);padding:12px 0 0 0;border-radius:8px 0 0 8px;z-index:999;}
.sidebar li{height:50px;width:160px;padding-left:17px;border-radius:8px 0 0 8px;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;}
.sidebar li img{display:block;}
.sidebar li:hover{margin-left:-105px;background:url(../images/slide_bar_bg.png);}
.query-cover{position:fixed;left:0;top:0;z-index:10000;width:100%;height:100%;background:#000;opacity:0.7;filter:alpha(opacity=70);display:none;}
.query-pop{position:fixed;left:50%;top:37%;z-index:20000;width:340px;height:390px;padding-top:15px;margin-left:-200px;margin-top:-120px;background:#fff;display:none;color:#666; text-align:center;}
.query-pop .close-btn{position:absolute;top:325px;right:92px;font-size:15px;width:150px;height:39px;overflow:hidden;background:#122b7d; line-height:39px; color:#FFF;}


.index-waper-box{ position: absolute; bottom: 0; width: 100%; height: 100px; overflow: hidden; z-index: 9;
	perspective: 800px;
	-webkit-perspective: 800px;
	-moz-perspective: 800px;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
}
.index-back-box{ width:96%; height: 100px; position: absolute; bottom: 0; margin: 0 2%; overflow: hidden;
    transform-origin: bottom;
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    transform: rotateX(0deg) translate3d(0,0,0);
    -webkit-transform: rotateX(0deg) translate3d(0,0,0);
    -moz-transform: rotateX(0deg) translate3d(0,0,0);    
     transition: all .65s cubic-bezier(0.55,0.65,0.55,1) 0s;
     -webkit-transition: all .65s cubic-bezier(0.55,0.65,0.55,1) 0s;
     -moz-transition: all .65s cubic-bezier(0.55,0.65,0.55,1) 0s;
}
.index-back-box.active{
    transform: rotateX(100deg) translate3d(0,0,0);
    -webkit-transform: rotateX(100deg) translate3d(0,0,0);
    -moz-transform: rotateX(100deg) translate3d(0,0,0);	
}
.index-back-box .sub-arrows{ position: absolute; right: 0; top: 0; width: auto; height: 100%; line-height: 100px; padding-left: 100px; font-size: 0;}
.index-back-box .sub-arrows i.icom{ display: inline-block; vertical-align: top; width: 60px; height: 100%; cursor: pointer; position: relative;}
.index-back-box .sub-arrows i.icom:after{ position: absolute; content: ''; left: 0; top: 49px; width: 30px; height: 2px; background-color: #fff;
	transform: scale(0,1);
	-webkit-transform: scale(0,1);
	-moz-transform: scale(0,1);
	transition: all .3s ease-out 0s;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
}
.index-back-box .sub-arrows i.icom font{ color: #fff;
	transition: all .3s ease-out 0s;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
}
.index-back-box .sub-arrows i.icom.prev font{ position: absolute; left: 9px;}
.index-back-box .sub-arrows i.icom.next font{ position: absolute; left: 6px;}
.index-back-box .sub-arrows i:hover:after{
	transform: scale(1,1);
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
}
.index-back-box .sub-arrows i.icom.prev:hover font{ left: -7px;}
.index-back-box .sub-arrows i.icom.next:hover font{ left: 20px;}
.index-back-box .sub-share{ position: absolute; right: 15px; top: 0; width: auto; height: 100%; display: table; cursor: pointer;}
.index-back-box .sub-share .tels{ display: table-cell; vertical-align: middle;}
.index-back-box .sub-share .tels span{ display: inline-block;}
.index-back-box .sub-share .tels .cc1{
	opacity: 0;
	filter: alpha(opacity='0');
	transform: translateX(-40px);
	-webkit-transform: translateX(-40px);
	-moz-transform: translateX(-40px);
	transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
}
.index-back-box .sub-share .tels .cc2{
	transform: translateX(80px);
	-webkit-transform: translateX(80px);
	-moz-transform: translateX(80px);
	transition: all 0.7s ease 0s;
	-webkit-transition: all 0.7s ease 0s;
	-moz-transition: all 0.7s ease 0s;
}
.index-back-box .sub-share .sider-tel{ display: table-cell; vertical-align: middle; font-size: 0;
    opacity: 0;
    filter: alpha(opacity='0');
 	transform: translateX(130px);
 	-webkit-transform: translateX(130px);
 	-moz-transform: translateX(130px);
 	transition: all 0.4s cubic-bezier(0.4, 0.8, 0.6, 1) 0s;
 	-webkit-transition: all 0.4s cubic-bezier(0.4, 0.8, 0.6, 1) 0s;
 	-moz-transition: all 0.4s cubic-bezier(0.4, 0.8, 0.6, 1) 0s;
}
.index-back-box .sub-share .sider-tel a{ display: inline-block; font-size: 12px; color: #000; margin: 0 8px;
    opacity: 0;
    filter: alpha(opacity='0');
    transform: translateX(50px);
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
}
.index-back-box .sub-share:hover .tels .cc1{
	opacity: 1;
	filter: alpha(opacity='100');
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transition: all 1s cubic-bezier(0.5,1.25,0.75,1.65) 0s;
	-webkit-transition: all 1s cubic-bezier(0.5,1.25,0.75,1.65) 0s;
	-moz-transition: all 1s cubic-bezier(0.5,1.25,0.75,1.65) 0s;
}
.index-back-box .sub-share:hover .tels .cc2{
	opacity: 0;
	filter: alpha(opacity='0');
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
}
.index-back-box .sub-share:hover .sider-tel{
	opacity: 1;
    filter: alpha(opacity='100');
 	transform: translateX(0px);
 	-webkit-transform: translateX(0px);
 	-moz-transform: translateX(0px);
 	transition: all 1s cubic-bezier(0.5,1.0,0.75,1) 0s;
 	-webkit-transition: all 1s cubic-bezier(0.5,1.0,0.75,1) 0s;
 	-moz-transition: all 1s cubic-bezier(0.5,1.0,0.75,1) 0s;	
}
.index-back-box .sub-share:hover .sider-tel a:nth-of-type(1){
	opacity: 1;
	filter: alpha(opacity='100');
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transition: all 0.4s cubic-bezier(0.5,0.65,0.75,1) 0s;
	-webkit-transition: all 0.4s cubic-bezier(0.5,0.65,0.75,1) 0s;
	-moz-transition: all 0.4s cubic-bezier(0.5,0.65,0.75,1) 0s;
}
.index-back-box .sub-share:hover .sider-tel a:nth-of-type(2){
	opacity: 1;
	filter: alpha(opacity='100');
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transition: all 0.4s cubic-bezier(0.5,0.65,0.75,1) .2s;
	-webkit-transition: all 0.4s cubic-bezier(0.5,0.65,0.75,1) .2s;
	-moz-transition: all 0.4s cubic-bezier(0.5,0.65,0.75,1) .2s;
}
.index-back-box .sub-mouse{ width: 30px; height: 43px; position: absolute; top: 30px; left: 50%; margin-left: -15px; cursor: pointer; z-index: 1; zoom: 0.7; -moz-transform: scale(0.7);}
.index-back-box .sub-mouse:after{ display: none; z-index: -1; position: absolute; content: ''; top: -30px; left: 50%; height: 53px; border-right: 1px solid #333; margin-left: -1px;}
.index-back-box .sub-mouse span{ display: block; position: relative; width: 100%; height: 100%;
	 animation: ani-svg 0.85s linear 0s alternate infinite;
	 -webkit-animation: ani-svg 0.85s linear 0s alternate infinite; 
}
.index-back-box .sub-mouse i{ position: absolute; bottom:7px; left: 50%; color: #fff;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
}
@keyframes ani-svg{
	0%{
	  opacity: 0.4;
	  transform: translateY(-20px);
	}
	15%{
	  opacity: 0.65;
	  transform: translateY(-15px);
	}
    25%{
      opacity: 0.8;
	  transform: translateY(-10px);
	}
    50%{
      opacity: 1;
	  transform: translateY(0px);
	}
	65%{
	  opacity: 0.8;
	  transform: translateY(5px);
	}
	75%{
	  opacity: 0.65;
	  transform: translateY(10px);
	}
	100%{
	  opacity: 0.4;
	  transform: translateY(15px);
	}
}
@-webkit-keyframes ani-svg{
	0%{
	  opacity: 0.4;
	  -webkit-transform: translateY(-20px);
	}
	15%{
	  opacity: 0.65;
	  -webkit-transform: translateY(-15px);
	}
    25%{
      opacity: 0.8;
	  -webkit-transform: translateY(-10px);
	}
    50%{
      opacity: 1;
	  -webkit-transform: translateY(0px);
	}
	65%{
	  opacity: 0.8;
	  -webkit-transform: translateY(5px);
	}
	75%{
	  opacity: 0.65;
	  -webkit-transform: translateY(10px);
	}
	100%{
	  opacity: 0.4;
	  -webkit-transform: translateY(15px);
	}
}
@-moz-keyframes ani-svg{
	0%{
	  opacity: 0.4;
	  -moz-transform: translateY(-20px);
	}
	15%{
	  opacity: 0.65;
	  -moz-transform: translateY(-15px);
	}
    25%{
      opacity: 0.8;
	  -moz-transform: translateY(-10px);
	}
    50%{
      opacity: 1;
	  -moz-transform: translateY(0px);
	}
	65%{
	  opacity: 0.8;
	  -moz-transform: translateY(5px);
	}
	75%{
	  opacity: 0.65;
	  -moz-transform: translateY(10px);
	}
	100%{
	  opacity: 0.4;
	  -moz-transform: translateY(15px);
	}
}
.deteng-brand{ width: 100%; padding: 7% 0 10%; position: relative; background-color: #fff;}
/*.deteng-brand .bom-line{ position: absolute; left: 50%; margin-left: -1px; bottom: 0; height: 20%; border-right: 1px solid #C6C6C5; background:url(../images/kfjt.jpg) center bottom no-repeat;}*/
.deteng-brand .bom-line{ position: absolute; left: 50%; margin-left: -3.5px; width:7px; bottom: 0; height: 20%;  background:url(../images/kfjt.jpg) center bottom no-repeat;}

.deteng-brand .deteng-waperTit{ width: 100%; text-align: center;}
.deteng-brand .deteng-waperTit h2{
	transition: all .8s ease-out 0s;
	-webkit-transition: all .8s ease-out 0s;
	-moz-transition: all .8s ease-out 0s;
	font-size:44px; font-family: "åŽæ–‡ä¸­å®‹"; color:#000;
}
.deteng-brand .deteng-waperTit h2 img{ display: inline-block;}
.deteng-brand .deteng-waperTit p{ font-size: 15px; color: #000; margin-top: 2px; line-height:25px;
	transition: all .8s ease-out .2s;
	-webkit-transition: all .8s ease-out .2s;
	-moz-transition: all .8s ease-out .2s;
}
.deteng-brand .deteng-waperTit p strong{font-size: 14px; font-weight:bold;}
.deteng-brand .deteng-waperTit p span{font-size: 18px; color:#F00;font-weight:bold;}
.deteng-brand .IndexList{ width: 440px; margin: 0 auto; display: table; position: relative;
	transition: all .8s ease-out 0s;
	-webkit-transition: all .8s ease-out 0s;
	-moz-transition: all .8s ease-out 0s;
}
.deteng-brand .IndexList,
.deteng-brand .deteng-waperTit p,
.deteng-brand .deteng-waperTit h2{
	opacity: 0;
	transform: translateY(100px);
	-webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);	
}
.deteng-brand .IndexList.active,
.deteng-brand .deteng-waperTit.active p,
.deteng-brand .deteng-waperTit.active h2{
	opacity: 1;
	transform: translateY(0px);	
	-webkit-transform: translateY(0px);	
	-moz-transform: translateY(0px);	
}
.deteng-brand .IndexList ul{ font-size: 0; padding-top: 30px;}
.deteng-brand .IndexList li{ display: inline-block; width: 33.33%; text-align: center; position: relative;}
.deteng-brand .IndexList li i{ font-size: 16px; color: #000;}
.deteng-brand .IndexList li span{ display: block; font-size: 12px; color: #000; letter-spacing: 4px;}
.nub{ font-size: 48px; color: #000; line-height: 48px; height: 48px; display: inline-block; font-family: 'CalibreLight';}
.NumContent{ height: inherit; display: inherit; overflow: hidden; position: relative; line-height: inherit; font-size: inherit;}
.NumContent&gt;div{line-height: inherit; color: inherit; font-size: inherit; display: inline-block;}
.NumContent&gt;div&gt;div{line-height: inherit; color: inherit; font-size: inherit;}
.NumContent&gt;div:nth-child(1){
	transition: all 2s cubic-bezier(.35,.75,.55,1) 0s;
	-webkit-transition: all 2s cubic-bezier(.35,.75,.55,1) 0s;
	-moz-transition: all 2s cubic-bezier(.35,.75,.55,1) 0s;
}
.NumContent&gt;div:nth-child(2){
	transition: all 2s cubic-bezier(.35,.75,.55,1) 0s;
	-webkit-transition: all 2s cubic-bezier(.35,.75,.55,1) 0s;
	-moz-transition: all 2s cubic-bezier(.35,.75,.55,1) 0s;
}
.NumContent&gt;div:nth-child(3){
	transition: all 2s cubic-bezier(.35,.75,.55,1) 0s;
	-webkit-transition: all 2s cubic-bezier(.35,.75,.55,1) 0s;
	-moz-transition: all 2s cubic-bezier(.35,.75,.55,1) 0;
}
.NumContent&gt;div:nth-child(4){
	transition: all 2s cubic-bezier(.35,.75,.55,1) 0s;
	-webkit-transition: all 2s cubic-bezier(.35,.75,.55,1) 0s;
	-moz-transition: all 2s cubic-bezier(.35,.75,.55,1) 0s;
}
.NumContent&gt;div:nth-child(5){
	transition: all 2s cubic-bezier(.35,.75,.55,1) 0s;
	-webkit-transition: all 2s cubic-bezier(.35,.75,.55,1) 0s;
	-moz-transition: all 2s cubic-bezier(.35,.75,.55,1) 0s;
}
.deteng-works{ position: relative; width: 100%; height: 100%; background-color: #000;}
.deteng-works .works-slide{ position: relative; width: 100%; height: 100%; display: table; overflow:hidden;}
.deteng-works .sub-slides{ position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.deteng-works .sub-slides li{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: 0;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;background: url(../banner/cpfld.jpg) no-repeat center center; background-size: 100% 100%;
}
/*
.deteng-works .sub-slides li:nth-of-type(1){ background: url(../banner/cpfld.jpg) no-repeat center center; background-size: 100% 100%;}
.deteng-works .sub-slides li:nth-of-type(2){ background: url(../images/cpfld.jpg) no-repeat center center; background-size: 100% 100%;}
.deteng-works .sub-slides li:nth-of-type(3){ background: url(../images/cpfld.jpg) no-repeat center center; background-size: 100% 100%;}
.deteng-works .sub-slides li:nth-of-type(4){ background: url(../images/cpfld.jpg) no-repeat center center; background-size: 100% 100%;}
*/
.deteng-works .sub-slides li .contsd{ position: relative; width: 100%; height: 100%; display: table; text-align: right; padding-right:25%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.deteng-works .sub-slides li .contsd .neis{ display: table-cell; vertical-align: middle; font-size: 0;}
.deteng-works .sub-slides li .contsd .neis .imGs{ display: inline-block; margin-right: 100px; vertical-align: middle;
	opacity: 0;
	transform: translateY(200px);
	-webkit-transform: translateY(200px);
	-moz-transform: translateY(200px);
	transition: all 1.5s ease-in-out .8s; 
	-webkit-transition: all 1.5s ease-in-out .8s; 
	-moz-transition: all 1.5s ease-in-out .8s; 
}
.deteng-works .sub-slides li:nth-of-type(2) .contsd .neis .imGs{ margin-right: auto; margin-left: 100px;}
.deteng-works .sub-slides li .contsd .neis .textsz{ display: inline-block; vertical-align: middle; text-align: center;}
.deteng-works .sub-slides li .contsd .neis h3{
	opacity: 0;
	transform: translateX(100px);
	-webkit-transform: translateX(100px);
	-moz-transform: translateX(100px);
	transition: all 1s ease 1s; 
	-webkit-transition: all 1s ease 1s; 
	-moz-transition: all 1s ease 1s; 
	font-size:35px; color:#fff; font-family:"åŽæ–‡ä¸­å®‹";
}
.deteng-works .sub-slides li .contsd .neis h4{margin-bottom:20px;
	opacity: 0;
	transform: translateX(100px);
	-webkit-transform: translateX(100px);
	-moz-transform: translateX(100px);
	transition: all 1s ease 1.2s; 
	-webkit-transition: all 1s ease 1.2s; 
	-moz-transition: all 1s ease 1.2s; 
	font-size:33px; color:#fff;  text-align:center; font-family: Arial, Helvetica, sans-serif;text-transform:uppercase;
}
.deteng-works .sub-slides li .contsd .neis p{text-align:center;   margin-bottom:6px;
	opacity: 0;
	transform: translateY(50px);
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
}

.deteng-works .sub-slides li .contsd .neis p a{ width:240px; font-size:16px;color: #ccc;}
.deteng-works .sub-slides li .contsd .neis p a:hover{ color: #c60c1b;}
.deteng-works .sub-slides li .contsd .neis p:nth-of-type(1){
	transition: all .5s ease 1.4s;
	-webkit-transition: all .5s ease 1.4s;
	-moz-transition: all .5s ease 1.4s;
}
.deteng-works .sub-slides li .contsd .neis p:nth-of-type(2){
	transition: all .5s ease 1.6s;
	-webkit-transition: all .5s ease 1.6s;
	-moz-transition: all .5s ease 1.6s;
}
.deteng-works .sub-slides li .contsd .neis p:nth-of-type(3){
	transition: all .5s ease 1.8s;
	-webkit-transition: all .5s ease 1.8s;
	-moz-transition: all .5s ease 1.8s;
}
.deteng-works .sub-slides li .contsd .neis p:nth-of-type(4){
	transition: all .5s ease 2s;
	-webkit-transition: all .5s ease 2s;
	-moz-transition: all .5s ease 2s;
}
.deteng-works .sub-slides li .contsd .neis p:nth-of-type(5){
	transition: all .5s ease 2.2s;
	-webkit-transition: all .5s ease 2.2s;
	-moz-transition: all .5s ease 2.2s;
}
.deteng-works .sub-slides li .contsd .neis p:nth-of-type(6){
	transition: all .5s ease 2.4s;
	-webkit-transition: all .5s ease 2.4s;
	-moz-transition: all .5s ease 2.4s;
}
.deteng-works .sub-slides li .contsd .neis p:nth-of-type(7){
	transition: all .5s ease 2.6s;
	-webkit-transition: all .5s ease 2.6s;
	-moz-transition: all .5s ease 2.6s;
}

.deteng-works .sub-slides li .contsd .neis p:nth-of-type(8){
	transition: all .5s ease 2.8s;
	-webkit-transition: all .5s ease 2.8s;
	-moz-transition: all .5s ease 2.8s;
}
.deteng-works .sub-slides li .contsd .neis p:nth-of-type(9){
	transition: all .5s ease 3s;
	-webkit-transition: all .5s ease 3s;
	-moz-transition: all .5s ease 3s;
}
.deteng-works .sub-slides li .contsd .neis p:nth-of-type(10){
	transition: all .5s ease 3.2s;
	-webkit-transition: all .5s ease 3.2s;
	-moz-transition: all .5s ease 3.2s;
}
.deteng-works .sub-slides li .contsd .neis p:nth-of-type(11){
	transition: all .5s ease 3.4s;
	-webkit-transition: all .5s ease 3.4s;
	-moz-transition: all .5s ease 3.4s;
}
.deteng-works .sub-slides li .contsd .neis p:nth-of-type(12){
	transition: all .5s ease 3.6s;
	-webkit-transition: all .5s ease 3.6s;
	-moz-transition: all .5s ease 3.6s;
}
.deteng-works .sub-slides li .contsd .neis p:nth-of-type(13){
	transition: all .5s ease 3.8s;
	-webkit-transition: all .5s ease 3.8s;
	-moz-transition: all .5s ease 3.8s;
}

.deteng-works .sub-slides li.cur{ opacity: 1; z-index: 1;}
.deteng-works .sub-slides li.cur .contsd .neis .imGs{
	opacity: 1;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
}
.deteng-works .sub-slides li.cur .contsd .neis h3{
	opacity: 1;
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
}
.deteng-works .sub-slides li.cur .contsd .neis h4{
	opacity: 1;
	transform: translateX(0px);
	-moz-transform: translateX(0px);
	-webkit-transform: translateX(0px);
}
.deteng-works .sub-slides li.cur .contsd .neis p{
	opacity: 1;
	transform: translateY(0px);
}

.deteng-works .words-slide{ position: absolute; left: 10%; top: 0; width:125px; z-index: 2;}
.deteng-works .words-slide ul{ width: 100%;}
.deteng-works .words-slide ul li{ width: 100%; margin-bottom: 40px; cursor: pointer;}
.deteng-works .words-slide ul li i{ display: block; margin-left: 20px; height:30px; width: 1px; background-color: #636267;}
.deteng-works .words-slide ul li span{ display: block; margin: 5px 0; height: 36px; font-size: 36px; color: #636267; font-family: 'ZurichBT-Light';}
.deteng-works .words-slide ul li font{ display: block; font-size: 12px; color: #636267;}

.deteng-works .words-slide ul li i,
.deteng-works .words-slide ul li span,
.deteng-works .words-slide ul li font{
	transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
}

.deteng-works .words-slide ul li:hover i,
.deteng-works .words-slide ul li.cues i{ background-color: #fff;}
.deteng-works .words-slide ul li:hover span,
.deteng-works .words-slide ul li:hover font,
.deteng-works .words-slide ul li.cues span,
.deteng-works .words-slide ul li.cues font{ color: #fff;}

.deteng-collection{ position: relative; width: 100%; height: 100%;}
.deteng-collection .collbgs{ position: relative; background-size: 100% auto; z-index:100;}
.deteng-collection .deteng-collumns{ position: absolute; top: 0; width:100%; height: 100%;background-color: #000;
    opacity: 0;
	transform: translateY(200px);
	-webkit-transform: translateY(200px);
	-moz-transform: translateY(200px);
	transition: all 1s ease 0s; 
	-webkit-transition: all 1s ease 0s; 
	-moz-transition: all 1s ease 0s; 
}
.deteng-collection .deteng-collumns.active{
	opacity: 1;
	transform: translateY(0px);	
	-webkit-transform: translateY(0px);	
	-moz-transform: translateY(0px);	
}
.deteng-collection .slider-waper{ position: relative; width: 100%; height: 100%;}
.deteng-collection .slider-waper ul{ position: relative; height: 100%; height: 100%; overflow: hidden;}
.deteng-collection .slider-waper ul li{ position: absolute; right: 0; top: 0; width: 100%; height: 100%; overflow: hidden; z-index: 0;
	 opacity: 0;
	 visibility: hidden;
	 transition: all .7s ease-in-out 0s;
	 -webkit-transition: all .7s ease-in-out 0s;
	 -moz-transition: all .7s ease-in-out 0s;
}
.deteng-collection .slider-waper ul li.curs{ width: 100%; visibility: visible; opacity: 1; z-index: 1;}
.deteng-collection .slider-waper ul li&gt;article{ width: 100%; height: 100%; position: relative; overflow: hidden;}
.deteng-collection .slider-waper ul li&gt;article&gt;a&gt;img{ width: 100%; height: 100%; display: block;
	transition: all 3s ease 0.3s;
	-webkit-transition: all 3s ease 0.3s;
	-moz-transition: all 3s ease 0.3s;
}
.deteng-collection .slider-waper ul li&gt;article&gt;video{ width: 100%; height: 100%; object-fit: cover; object-position: center center;}
.deteng-collection .slider-remote{ width: 24%; height: 70%; background-color: #212020; position: absolute; right: 5%; bottom: 50px; z-index: 9;}
.deteng-collection .slider-remote .top-textg{ position: absolute; left: 0; top: 0; width: 100%; height: 50%; text-align: right; padding: 30px; overflow: hidden;
	box-sizing: border-box; 
	-moz-box-sizing: border-box;
}
.deteng-collection .slider-remote .top-textg span{ color: #949494; display: block; font-size:15px; line-height:20px; letter-spacing:1px; padding-top:20px;}
.deteng-collection .slider-remote .top-textg span.tits{ font-size:26px; color: #fff; line-height:26px;}
.deteng-collection .slider-remote .top-textg ul{ width: 100%; height: 100%; position: relative; overflow: hidden;
     transform-style: preserve-3d;
     -webkit-transform-style: preserve-3d;
     perspective: 1000px;
     -webkit-perspective: 1000px; 
}
.deteng-collection .slider-remote .top-textg ul li{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 0; visibility: hidden; opacity: 0;
	 transform-origin: top;
	 -webkit-transform-origin: top;
	 -moz-transform-origin: top;
	 transform: rotateX(-90deg);
	 -webkit-transform: rotateX(-90deg);
	 -moz-transform: rotateX(-90deg);
	 transition: all 0.65s cubic-bezier(0.55, 0.65, 0.55, 1) 0s;
	 -webkit-transition: all 0.65s cubic-bezier(0.55, 0.65, 0.55, 1) 0s;
	 -moz-transition: all 0.65s cubic-bezier(0.55, 0.65, 0.55, 1) 0s;	
}
.deteng-collection .slider-remote .top-textg ul li.fad{visibility: visible;opacity: 1;z-index: 1;
	transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
}
.deteng-collection .slider-remote .bom-number{ position: absolute; left: 0; bottom: 0; width: 100%; height: 50%; background-size: cover; display: table;}
.deteng-collection .slider-remote .bom-number .nei .countr{ text-align: center; margin-bottom: 5px;}
.deteng-collection .slider-remote .bom-number .nei .countr span,
.deteng-collection .slider-remote .bom-number .nei .countr i{ display: inline-block; vertical-align: middle; font-size: 14px; color: #fff; font-family: "HelveticaNeue"; letter-spacing: 1px;}
.deteng-collection .slider-remote .bom-number .nei .countr i{ margin: 0 5px;}
.deteng-collection .slider-remote .bom-number .nei{ display: table-cell; vertical-align: middle;}
.deteng-collection .slider-remote .bom-number .nei .sum{ text-align: center;}
.deteng-collection .slider-remote .bom-number .nei .sum a{ display: inline-block; vertical-align: middle; width:30%; height: 30px; text-align: center; line-height: 30px; color: #fff; font-size: 17px; font-weight: bold;} 
.deteng-collection .slider-remote .bom-number .nei .sum .lines{ display: inline-block; vertical-align: middle; width: 108px; height: 1px; background-color: #fff; position: relative;}
.deteng-collection .slider-remote .bom-number .nei .sum .lines .nline{ width: 25%; height: 5px; background-color: #C80000; position: absolute; left: 0; top: -2px;
	transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	-moz-transition: all 300ms ease-in-out 0s;
}
.deteng-collection .slider-remote .bom-number .nei .sum a:hover{color: #C80000;}
.deteng-waper-tits{ position: absolute; left: 5%; font-size: 0;}
.deteng-waper-tits span,.deteng-waper-tits small, .deteng-waper-tits small font, .deteng-waper-tits small i, .deteng-waper-tits strong{ display: inline-block; vertical-align: middle;}
.deteng-waper-tits span,
.deteng-waper-tits small,
.deteng-waper-tits strong{
	opacity: 0;
	transform: translateX(-150px);
	-webkit-transform: translateX(-150px);
	-moz-transform: translateX(-150px);
}
.deteng-waper-tits span{ margin-right: 50px;
	transition: .6s ease 0.4s;
	-webkit-transition: .6s ease 0.4s;
	-moz-transition: .6s ease 0.4s;
}
.deteng-waper-tits small{ margin-right: 30px;
	transition: .6s ease 0.2s;
	-webkit-transition: .6s ease 0.2s;
	-moz-transition: .6s ease 0.2s;
}
.deteng-waper-tits small font{ font-size: 14px; font-family:'HelveticaNeue'; color: #000; letter-spacing: 1px;}
.deteng-waper-tits small a,
.deteng-waper-tits small font a{ font-size: 14px;}
.deteng-waper-tits small i{ display: inline-block; width: 35px; height: 1px; background-color: #000; margin: 0 10px;}
.deteng-waper-tits strong{ position: relative; width: 48px; height: 48px; border-radius: 50%; text-align: center; line-height: 48px;
	transition: .6s ease 0s;
	-webkit-transition: .6s ease 0s;
	-moz-transition: .6s ease 0s;
}
.deteng-waper-tits strong:before{ position: absolute; content: ''; left: 0px; top: 0px; width: 100%; height: 100%; border: 1px solid #000; border-radius: 50%;
	background-color: rgba(0,0,0,0.1);
	opacity: 0;
	transform: scale(0.5,0.5);
	-webkit-transform: scale(0.5,0.5);
	-moz-transform: scale(0.5,0.5);
}
.deteng-waper-tits strong:after{ position: absolute; content: ''; left: 0px; top: 0px; width: 100%; height: 100%; border: 1px solid #000; border-radius: 50%; opacity: 1;}
.deteng-waper-tits strong:after,
.deteng-waper-tits strong:before{
	transition: all .5s ease-in-out 0s;
	-webkit-transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
}
.deteng-waper-tits strong:hover:before{
  opacity: 1;
  transform: scale(1.0,1.0);
  -webkit-transform: scale(1.0,1.0);
  -moz-transform: scale(1.0,1.0);
  transition: all .5s ease-in-out .1s;
  -webkit-transition: all .5s ease-in-out .1s;
  -moz-transition: all .5s ease-in-out .1s;
}
.deteng-waper-tits strong:hover:after{
	opacity: 0;
	transform: scale(1.6,1.6);
	-webkit-transform: scale(1.6,1.6);
	-moz-transform: scale(1.6,1.6);
	transition: all .5s ease-in-out 0s;
	-webkit-transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
}
.deteng-waper-tits3,
.deteng-waper-tits2{ margin-top: 5%;}
.deteng-waper-tits3 small font,
.deteng-waper-tits2 small font{ color: #fff;}
.deteng-waper-tits3 small i,
.deteng-waper-tits2 small i{ background-color: #333;}
.deteng-waper-tits2 a{ color: #fff;}
.deteng-waper-tits3 strong:before,
.deteng-waper-tits3 strong:after,
.deteng-waper-tits2 strong:after,
.deteng-waper-tits2 strong:before{ border-color: #888;}
.deteng-waper-tits3 strong:before,
.deteng-waper-tits2 strong:before{ background-color: rgba(255,255,255,0.1);}
.deteng-waper-tits3.active span,
.deteng-waper-tits3.active small,
.deteng-waper-tits3.active strong{
	opacity: 1;
	transform: translateX(0px);	
	-webkit-transform: translateX(0px);	
	-moz-transform: translateX(0px);	
}
.deteng-waper-tits2.active span,
.deteng-waper-tits2.active small,
.deteng-waper-tits2.active strong{
	opacity: 1;
	transform: translateX(0px);	
	-webkit-transform: translateX(0px);	
	-moz-transform: translateX(0px);	
}
.deteng-waper-tits1.active span,
.deteng-waper-tits1.active small,
.deteng-waper-tits1.active strong{
	opacity: 1;
	transform: translateX(0px);	
	-webkit-transform: translateX(0px);	
	-moz-transform: translateX(0px);	
}
.deteng-newsList{ position: relative; width: 100%; padding: 100px 0 140px;}
.deteng-newsList .centerbox{ width: 1210px; margin: 0 auto; display: table; padding-top: 180px;}
.deteng-newsList .lft-news{ float: left; width: 380px;
	opacity: 0;
	transform: translateY(200px);
	-webkit-transform: translateY(200px);
	-moz-transform: translateY(200px);
	transition: all .8s ease-out 0s;
	-webkit-transition: all .8s ease-out 0s;
	-moz-transition: all .8s ease-out 0s;
}
.deteng-newsList .lft-news.active{
	opacity: 1;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
}
.deteng-newsList .lft-news .topYear{ width: 100%; padding-bottom: 30px; background-color: #C80000;}
.deteng-newsList .lft-news ul{ width: 100%; font-size: 0; position: relative;}
.deteng-newsList .lft-news ul li{ display: inline-block; vertical-align: top; margin: 20px 0 0 30px;}
.deteng-newsList .lft-news ul li.bigs{ position: absolute; right: -53px; bottom: -72px;}
.deteng-newsList .lft-news ul li img{}
.deteng-newsList .topYear h4{ margin: 10px 0 0 30px;}
.deteng-newsList .topYear h3{ margin: 52px 0 0 30px;}
.deteng-newsList .bomtext{ margin-top: 30px;}
.deteng-newsList .bomtext span{ display: inline-block; vertical-align: middle;}
.deteng-newsList .bomtext font{ display: inline-block; vertical-align: middle; color: #000; padding-left: 8px;}
.deteng-newsList .bomtext h5{ font-size: 14px; text-transform: capitalize; font-family: 'HelveticaNeue'; color: #000; }
.deteng-newsList .bomtext h5 img{display:inline-block; vertical-align:middle;}
.deteng-newsList .bomtext h5 font{display:inline-block; vertical-align:middle; padding-left:10px;}

.deteng-newsList .rit-news{ float: right; margin-top: -40px; width: 58%;}
.deteng-newsList .rit-news article{ width: 100%; padding:15px 0; width: 100%;
	opacity: 0;
	transform: translateX(300px);
	-webkit-transform: translateX(300px);
	-moz-transform: translateX(300px);
}
.deteng-newsList .rit-news article:nth-of-type(1){
	transition: all .8s ease 0s; 
	-webkit-transition: all .8s ease 0s; 
	-moz-transition: all .8s ease 0s; 
}
.deteng-newsList .rit-news article:nth-of-type(2){
	transition: all .8s ease .2s; 
	-webkit-transition: all .8s ease .2s;
	-moz-transition: all .8s ease .2s;
}
.deteng-newsList .rit-news article:nth-of-type(3){
	transition: all .8s ease .4s; 
	-webkit-transition: all .8s ease .4s;
	-moz-transition: all .8s ease .4s;
}
.deteng-newsList .rit-news article:nth-of-type(4){
	transition: all .8s ease .6s; 
	-webkit-transition: all .8s ease .6s;
	-moz-transition: all .8s ease .6s;
}

.deteng-newsList .rit-news.active article{
	opacity: 1;
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
}
.deteng-newsList .rit-news article time{ margin-left: 8px;}
.deteng-newsList .rit-news article time img{ display: inline-block; vertical-align: middle;}
.deteng-newsList .rit-news article time font{ display: inline-block; vertical-align: middle; padding-left: 8px; font-size: 14px; font-family: 'HelveticaNeue'; color: #000;}
.deteng-newsList .rit-news article h3{ margin: 10px 0 10px 0; font-size: 0;}
.deteng-newsList .rit-news article h3 i{ display: inline-block; width: 0px; height: 1px; background-color: #000; vertical-align: middle; margin-right: 10px;}
.deteng-newsList .rit-news article h3 a{ display: inline-block; font-size:22px; color: #000; vertical-align: middle;}
.deteng-newsList .rit-news article h3 a h5{ font-size: 18px;}
.deteng-newsList .rit-news article p{ font-size: 12px; color: #737373; line-height: 2; margin-left: 8px;}
.deteng-newsList .rit-news article h3:hover i{ width: 30px;}
.deteng-newsList .rit-news .more{ padding-top: 20px;
	opacity: 0;
	transform: translateX(300px);
	-webkit-transform: translateX(300px);
	-moz-transform: translateX(300px);
	transition: all .8s ease .4s; 
	-webkit-transition: all .8s ease .4s; 
	-moz-transition: all .8s ease .4s; 
}
.deteng-newsList .rit-news.active .more{
	opacity: 1;
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
}
.deteng-newsList .rit-news .more font{ display: inline-block; width: 0px; overflow: hidden; vertical-align: middle; margin-right: 10px;}
.deteng-newsList .rit-news article h3 i,
.deteng-newsList .rit-news .more font{
	transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;	
}
.deteng-newsList .rit-news .more i{ display: inline-block; width: 38px;}
.deteng-newsList .rit-news .more:hover font{ width: 40px;}
.deteng-about{ position: relative; width: 100%; height: 100%; z-index: 2;}
.deteng-about .videobox{ position: absolute; left: 0; height: 0; width: 100%; height: 100%; z-index: -1; overflow: hidden;}
.deteng-about .videobox .videbg{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: url(../banner/wad.jpg) repeat; z-index: 1; background-size: cover;}
#video-bgs{ position: absolute; top: 0; min-width: 100%;width: 100% !important;height: auto !important; object-fit: cover; object-position: center;}
.deteng-about .example{ position: absolute; width: 924px; left: 50%; margin-left: -462px; bottom: 10%;}
.deteng-about .example ul{ font-size: 0;}
.deteng-about .example li{ display: inline-block; vertical-align: middle; width: 16.66%; text-align: center;
	opacity: 0;
	transform: translateY(50px);
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
}
.deteng-about .example.active li{
	opacity: 1;
	transform: translateY(0px);	
	-webkit-transform: translateY(0px);	
	-moz-transform: translateY(0px);	
}
.deteng-about .example li:nth-of-type(1){
	transition: all 0.5s ease-out 0s;
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
}
.deteng-about .example li:nth-of-type(2){
	transition: all 0.5s ease-out .3s;
	-webkit-transition: all 0.5s ease-out .3s;
	-moz-transition: all 0.5s ease-out .3s;
}
.deteng-about .example li:nth-of-type(3){
	transition: all 0.5s ease-out .6s;
	-webkit-transition: all 0.5s ease-out .6s;
	-moz-transition: all 0.5s ease-out .6s;
}
.deteng-about .example li:nth-of-type(4){
	transition: all 0.5s ease-out .9s;
	-webkit-transition: all 0.5s ease-out .9s;
	-moz-transition: all 0.5s ease-out .9s;
}
.deteng-about .example li:nth-of-type(5){
	transition: all 0.5s ease-out 1.2s;
	-webkit-transition: all 0.5s ease-out 1.2s;
	-moz-transition: all 0.5s ease-out 1.2s;
}
.deteng-about .example li:nth-of-type(6){
	transition: all 0.5s ease-out 1.5s;
	-webkit-transition: all 0.5s ease-out 1.5s;
	-moz-transition: all 0.5s ease-out 1.5s;
}
.deteng-about .waperSlide{ width: 1200px; height: 290px; position: relative; left: 50%; top: 50%; margin-left: -600px; margin-top: -145px;
	opacity: 0;
	transform: translateY(200px);
	-webkit-transform: translateY(200px);
	-moz-transform: translateY(200px);
	transition: all .8s ease 0s;
	-webkit-transition: all .8s ease 0s;
	-moz-transition: all .8s ease 0s;
}

.deteng-about .waperSlide.active{
	opacity: 1;
	transform: translateY(0px);		
	-webkit-transform: translateY(0px);		
	-moz-transform: translateY(0px);		
}
.deteng-about .slide-wrap{ width: 100%; position: relative;}
.deteng-about .slide-wrap li{ position: absolute; left: 0; top: 0; font-size:30px; color:#fff; line-height:45px;}
.deteng-about .slide-line{ position: absolute; left: 0; bottom: 0; font-size: 0;}
.deteng-about .slide-line i{ display: inline-block; margin: 0 5px; vertical-align: bottom; width: 3px; height: 12px; background-color: #D7D6D7; cursor: pointer;
	transition: all 300ms linear 0s;
	-webkit-transition: all 300ms linear 0s;
	-moz-transition: all 300ms linear 0s
}
.deteng-about .slide-line i.on{ height: 24px; background-color: #BB1B22;}
.deteng-morebox{ width: 590px; height: 64px; position: absolute; left: 50%; margin-left: -295px; bottom: -30px; text-align: center;
	opacity: 0;
	transform: scale(0.5);
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	transition: all .8s ease 0s;
	-webkit-transition: all .8s ease 0s;
	-moz-transition: all .8s ease 0s;
}
.deteng-morebox.active{
	opacity: 1;
	transform: scale(1.0);
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
}

.deteng-morebox a{ display: inline-block; margin: 0 auto; padding: 0 100px; height: 100%; background-color: #DBDBDB; text-align: center; line-height: 64px; font-size: 0;}
.deteng-morebox a i{ display: inline-block; width: 200px; height:1px; background-color: #777777; vertical-align: middle;}
.deteng-morebox a, .deteng-morebox a i{
	transition: all 0.4s cubic-bezier(0.35, 0.45, 0.55, 1) 0s;
	-webkit-transition: all 0.4s cubic-bezier(0.35, 0.45, 0.55, 1) 0s;
	-moz-transition: all 0.4s cubic-bezier(0.35, 0.45, 0.55, 1) 0s;
}
.deteng-morebox a:hover{ padding: 0 140px;}
.deteng-morebox a:hover i{ width: 224px;}
.deteng-contact{ width: 100%; position: relative; background-color: #fff; padding-top:5%;}
.deteng-contact .contentbox{ width:90%; height: 502px; position: relative; margin: 0 auto; background-color: #C80000; z-index: 2; display: table;}
.deteng-contact .contentbox:before{ position: absolute; content: ''; top: -2.2%; left: 50%; margin-left: -1px; height: 50px; border-left: 1px solid #fff;}
.deteng-contact .contentbox:after{ position: absolute; content: ''; top: -50px; left: 50%; margin-left: -1px; height: 50px; border-left: 1px solid #C80000;}
.deteng-contact .sub-conts{ position: relative; width: 100%; height: 100%; z-index: 2; display: table;}
.deteng-contact .sub-conts .different{ position: absolute; top: 50%; width: 240px; height: 210px; margin-top: -105px; background-color: #000; text-align: center; line-height: 210px;
	opacity: 0;
	transform: scale(0.6);
	-webkit-transform: scale(0.6);
	-moz-transform: scale(0.6);
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
}
.deteng-contact .sub-conts .different.active{
	opacity: 1;
	transform: scale(1.0);
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	font-size:60px; color:#fff; line-height:70px;
}
.deteng-contact .bigbox{ float: left; width: 25%; height: 100%; display: table;}
.deteng-contact .sub-conText{ float: right; width: 75%; padding-top:8%; box-sizing: border-box; -moz-box-sizing: border-box;
	opacity: 0;
	transform: translateX(200px);
	-webkit-transform: translateX(200px);
	-moz-transform: translateX(200px);
	transition: all .8s ease 0s;
	-webkit-transition: all .8s ease 0s;
	-moz-transition: all .8s ease 0s;
}
.deteng-contact .sub-conts .sub-conText.active{
	opacity: 1;
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
}
.deteng-contact .sub-conText h2{ font-size: 58px; font-weight: bold; color: #fff;}
.deteng-contact .sub-conText h3{ padding-top: 3px; font-size:28px; color:#fff; font-family:"åŽæ–‡ä¸­å®‹";}
.deteng-contact .sub-conText h3 img{ display: block; width: 74%;}
.deteng-contact .tel{ padding-top: 30px; font-size: 0;}
.deteng-contact .tel aside{ display: inline-block; vertical-align: middle;}
.deteng-contact .tel p{ font-size: 14px; color: #FFFFFF;}
.deteng-contact .tel .nubgs{ position: relative; width: 465px; height: 35px; font-size:24px; color:#FFF;}
.deteng-contact .tel .nubgs a{color:#FFF;font-size:24px;}
.deteng-contact .tel .nubgs span{ display: inline-block; height: 35px; overflow: hidden; padding-top: 3px;}
.deteng-contact .tel .nubgs span i{ display: inline-block; width: 100%; height: 35px; font-size: 28px; font-family: 'HelveticaNeue';}
.deteng-contact .tel .nubgs .sp1{ color: #000; position: absolute; left: 0; top: 0; z-index: 1; display: none;}
.deteng-contact .tel .nubgs .sp2{ width: 100%; color: #fff; position: absolute; left: 0; top: 0; z-index: 2;}
.deteng-contact .tel .nubgs:hover .sp2{ width: 100%;}
.deteng-contact .tel .QQuser{ display: inline-block; vertical-align: middle; padding-left: 40px; font-size: 0;}
.deteng-contact .tel .QQuser font{ display: inline-block; vertical-align: bottom; width: 62px; height: 46px; position: relative;}
.deteng-contact .tel .QQuser font em{ position: absolute; left: 0; top: 0; z-index: 1;}
.deteng-contact .tel .QQuser font i{ position: absolute; left: 0; top: 0; opacity: 0; z-index: 2;}
.deteng-contact .tel .QQuser a{ display: inline-block; vertical-align: middle; width: 95px; height: 24px; background-color: #000000; color: #C80000; font-size: 13px; text-align: center; line-height: 24px; border-radius: 15px;}
.deteng-contact .countacti{ padding-top: 40px;}
.deteng-contact .countacti a font{ display: inline-block; vertical-align: middle; font-size: 14px; font-family: 'HelveticaNeue'; color: #fff; letter-spacing: 1px;}
.deteng-contact .countacti a small{ display: inline-block; width:0; height: 1px; vertical-align: middle; background: #fff; margin-left: 10px; text-align:right;}


.deteng-contact .bookmarks{ position: absolute; right: 80px; top: 70px;
	opacity: 0;
	transition: all 1s ease .4s; 
	-webkit-transition: all 1s ease .4s; 
	-moz-transition: all 1s ease .4s; 
}
.deteng-contact .bookmarks.active{
	opacity: 1;
}
.deteng-contact .countacti a small,
.deteng-contact .tel .QQuser font em,
.deteng-contact .tel .QQuser a,
.deteng-contact .tel .QQuser font i,
.deteng-contact .tel .nubgs .sp2{
	transition: all 0.6s ease-in-out 0s;
	-webkit-transition: all 0.6s ease-in-out 0s;
	-moz-transition: all 0.6s ease-in-out 0s;
}
.deteng-contact .contentbox:before,
.deteng-contact .contentbox:after,
.deteng-contact .sub-conts:after{
	transition: all .3s ease-in-out 0s;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
}
.deteng-contact .sub-conts:hover:after{
	opacity: 1;
	transform: scale(1.0,1.0);
	-webkit-transform: scale(1.0,1.0);
	-moz-transform: scale(1.0,1.0);
}
.deteng-contact .countacti a:hover small{ width: 80px;}
.deteng-contact .tel .QQuser:hover em{ opacity: 0;}
.deteng-contact .tel .QQuser:hover i{ opacity: 1;}
.deteng-contact .tel .QQuser:hover a{ background-color: #fff;}


@media (max-width:1335px) {
.scrollBar .banner .swiper-slide img{ height: auto; object-fit: inherit;}
}</pre></body></html>